GetToken(string, index [, delimiters ])Returns the specified token in a string. Default delimiters are spaces, tabs, and newline characters. If index is greater than the number of tokens in string, GetToken returns an empty string.
See also Left, Right, Mid, SpanExcluding, and SpanIncluding.
Any string.
Any integer > 0 that indicates position of a token.
String containing sets of delimiters.